Compress

The Compress command removes unnecessary whitespace from the currently selected document, while preserving the format of the web page. This reduces download times as well as makes it difficult to read. This feature can be found on the Search menu.

The Compress operation is not reversible so take caution when using it.

The following example illustrates the effects of compression.

Before Compression:
<CENTER> <H2>Page Header</H2> </CENTER>
After Compression:
<CENTER><H2>Page Header</H2> </CENTER>